home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / pc / l_parser / lparser3.exe / BOP00.LS < prev    next >
Text File  |  1993-11-22  |  196b  |  10 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 18    # recursion depth
  3. 10    # angle
  4. 10    # thickness as % of length
  5. FFFFFFc[A][B]
  6. A=[+A{.].C.}
  7. B=[-B{.].C.}
  8. C=gC
  9. @
  10.